home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / readme.txt
Text File  |  1996-10-21  |  3KB  |  90 lines

  1.  
  2.  
  3.  
  4. Welcome to the Adobe Photoshop(r) 4.0 
  5. Software Development Kit for Windows NT and Windows 95. 
  6.  
  7.  
  8. What's new?
  9. -----------
  10. This release updates the SDK for Adobe Photoshop
  11. version 4.0 for Windows. 
  12.  
  13. The changes from the prior version are:  
  14.  
  15. -- new documentation describing additions to the Photoshop API
  16.  
  17. -- new examples for the additions to the Photoshop API
  18.  
  19.  
  20. Development only for Windows NT and Windows 95
  21. ----------------------------------------------
  22. While Adobe Photoshop will run in Windows 3.1, and you can
  23. develop 3.1 plug-ins, this kit is designed for Windows NT
  24. and Windows 95 development environments only.
  25.  
  26. The kit will only install on Windows NT and Windows 95
  27. machines.
  28.  
  29. The utilities included in the kit (CnvtPiPL.exe and MacToDos.exe)
  30. are 32 bit console applications and therefore work only on
  31. Win 95 or NT.
  32.  
  33. The makefiles supplied work only for Visual C++ 2.0 and
  34. 4.0 (32 Bit environment) and converting them for another
  35. development environment (i.e. Borland C++ or
  36. Symantec C++) should be straightforward.
  37.  
  38. Please be aware of the structure packing rules while you
  39. are developing under a different environment.
  40.  
  41.  
  42. Visual C++ 4.0 Users
  43. --------------------
  44. Visual C++ 4.0 and the Microsoft Developer Studio treat
  45. projects differently than version 2.0.  Visual C++ 4.0 makefiles
  46. have been included.  They are listed as <pluginname>40.mdp.
  47. Double-click the .mdp file to open the project in Visual C++ 4.0.
  48.  
  49. DIRECTORY UPDATES -- READ BEFORE YOU COMPILE!
  50.  
  51. You may get minor errors looking for standard headers such as
  52. Types.h, which is generally located in MSDEV/INCLUDES/sys, which,
  53. on some VC4.0 installs, does not get automatically put into the
  54. Directories paths.  To fix this, go to Options... and add the
  55. path to your Directories.
  56.  
  57. Also, Visual C++ 4.0 doesn't like remembering relative paths to
  58. files that are not within the project folder.  That means that
  59. the files PIUTILITIES.C, WINDIALOGUTILS.C and WINUTILITIES.C,
  60. which reside in Examples/Common/Sources.c may NOT link correctly
  61. when you first open a .MDP project.  To correct this:
  62. 1.  Delete PIUtilities.C, WinDialogUtils.c, and WinUtilities.c
  63.     from your Project files list by hilighting them and pressing
  64.     Delete.
  65. 2.  From the Project menu, "Add files to project..." and add the
  66.     files back in from the Examples/Common folder.
  67.  
  68. Visual C++ 4.2 Users
  69. --------------------
  70. The Visual C++ 4.2 DLL does not create plug-ins that are
  71. recognizable by machines that do not have the VC DLL loaded.
  72. We recommend using version 4.1 or earlier.
  73.  
  74.  
  75. Documentation requires Acrobat!
  76. -------------------------------
  77. The documentation included in this kit requires, at minimum,
  78. Acrobat Reader to view it.  You can download Acrobat Reader
  79. free of charge from www.adobe.com.
  80.  
  81.  
  82. Support
  83. -------
  84. Support for the Adobe Photoshop Plug-In API is provided to 
  85. members of the Graphics Application Plug-in (GAP) Program by 
  86. the Adobe Developers Association. You can find more information 
  87. about this program in the Developer Services directory.
  88.  
  89.  
  90. ###